home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 243
- Top = 108
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 218
- ClientWidth = 298
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 72
- Top = 16
- Width = 200
- Height = 16
- Caption = 'Delphi Print Engine Application'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 72
- Top = 41
- Width = 201
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Version 1.01'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 80
- Width = 265
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = '� Copyright 1996, Crystal Services'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 265
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Created by Andre Couturier'
- WordWrap = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 8
- Top = 128
- Width = 265
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Updated 09/29/98 by Trevor Dubinsky'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TBitBtn
- Left = 104
- Top = 178
- Width = 97
- Height = 33
- TabOrder = 1
- Kind = bkOK
- IsControl = True
- end
- end
-